Welcome![Sign In][Sign Up]
Location:
Search - source code for a web browser

Search list

[Other resourceAProgrameronJavaScript

Description: 《JAVASCRIPT 动态网页编程实例手册》一书中的源代码,关于如何用JavaScript语言来进行动态网页编程的实例手册。 以示例教学方式来组织内容,将JavaScript编程的基础知识有机地与控制鼠标特效、导航栏中的下拉菜单、设置浏览器状态条、复杂的动态菜单和表单的自动填充等200多个程序示例相结合,内容丰富、讲解细致、由浅入深、集趣味性、直观性、可操作性于一体,帮助读者快速掌握动态网页编程的方法和技巧。 -"JAVASCRIPT dynamic web programming examples Manual," a book of the source code, on how to use JavaScript for dynamic page manual programming examples. For example teaching methods to organize content, JavaScript programming to the basic knowledge to organic effects and control of the mouse, navigation column the drop-down menu. state browser installed, the complex dynamic menu and the automatic form filling more than 200 such procedures example combination rich in content, on the meticulous, elementary, combines fun, intuitive, workable one. to help readers gain a quick dynamic web programming techniques and skills.
Platform: | Size: 4987847 | Author: lala911 | Hits:

[source in ebookAProgrameronJavaScript

Description: 《JAVASCRIPT 动态网页编程实例手册》一书中的源代码,关于如何用JavaScript语言来进行动态网页编程的实例手册。 以示例教学方式来组织内容,将JavaScript编程的基础知识有机地与控制鼠标特效、导航栏中的下拉菜单、设置浏览器状态条、复杂的动态菜单和表单的自动填充等200多个程序示例相结合,内容丰富、讲解细致、由浅入深、集趣味性、直观性、可操作性于一体,帮助读者快速掌握动态网页编程的方法和技巧。 -"JAVASCRIPT dynamic web programming examples Manual," a book of the source code, on how to use JavaScript for dynamic page manual programming examples. For example teaching methods to organize content, JavaScript programming to the basic knowledge to organic effects and control of the mouse, navigation column the drop-down menu. state browser installed, the complex dynamic menu and the automatic form filling more than 200 such procedures example combination rich in content, on the meticulous, elementary, combines fun, intuitive, workable one. to help readers gain a quick dynamic web programming techniques and skills.
Platform: | Size: 4987904 | Author: lala911 | Hits:

[.netMeeting

Description: 在线会议系统。 系统采用 .NET FrameWork2.0 + IIS + SQL Sever 2005数据库: 1、将源代码文件夹Meeting从光盘拷贝到你的电脑中,比如放在如下路径“E:\学习\Meeting”; 2、启动SQL Sever 2005,将“E:\学习\Meeting”下的“db”文件夹中“meeting.mdf”数据库文件附加到SQL Sever 2005中; 3、为该数据库meeting创建登录名为“meetingol”,密码为“12345”的数据库用户; 4、在IIS中创建虚拟目录“meeting”,将其指向“E:\学习\Meeting”文件夹; 5、在IE浏览器中输入“http://localhost/meeting”,即可浏览到该Web应用程序。-Online conferencing systems. System. NET FrameWork2.0+ IIS+ SQL Sever 2005 database: 1, will be the source code folder from the CD-ROM copies of Meeting to your computer, such as the following on the path " E: \ STUDY \ Meeting" 2, start the SQL Sever 2005, will be " E: \ STUDY \ Meeting" under the " db" folder " meeting.mdf" appended to the database files in SQL Sever 2005 3, for the meeting to create a database called the sign " meetingol" , password is " 12345" database users 4, in the IIS virtual directory to create a " meeting" , to point to " E: \ STUDY \ Meeting" folder 5, in the IE browser, type " http://localhost/meeting" , you can browse to the Web application.
Platform: | Size: 437248 | Author: james | Hits:

[Internet-NetworkWebBrowser

Description: 网页浏览器Java课程设计。 本课程设计需要学生运用面向对象编程和网络编程方法等,建立模型,最后设计出一个简单的网页浏览器,使该浏览器具有打开内容简单的网页,以及将网页另存,网页前进和后退,并且能够查看所浏览网页的源代码。-Web browser Java curriculum design. The need for students to use the curriculum design of object-oriented programming and network programming methods, model building, and finally to design a simple web browser, so that the browser has to open the contents of a simple web page, and save the page, the page forward and back, and be able to view the web page source code.
Platform: | Size: 543744 | Author: Sandy | Hits:

[WEB CodeASP.NET-program-design

Description: 程序源代码组织形式 程序源代码分成两个部分:  一部分是用记事本或EditPlus编写的,是以各章形式组织的。 例如,第二章的内容放在ch2文件夹下。  一部分是用集成开发环境编写的,工程名即是例题号,一个例题放在一个文件夹下。 例如,例5-6放在5-6文件夹下,工程名为5-6。 Include文件夹下放置辅助文件。 注意:  数据库要放在具有写权限的虚拟目录中。  用记事本编写的程序直接在IE浏览器中运行即可。  集成开发环境编写的程序要按照以下步骤运行: 1) 用“Internet信息服务”在网站根目录下建立相应的虚拟文件夹,例如:对例5-6,要建立名字为“5-6”的虚拟文件夹; 2) 把源代码中“5-6”文件夹下的所有文件拷贝到“5-6”虚拟文件夹下; 3) 在开发环境中,把web窗体设为起始页; 4) 点击“启动”按钮,运行应用程序。-Source code form of organization Source code is divided into two parts:  part is written in Notepad or EditPlus, is organized in chapters. For example, the second chapter on ch2 folder.  part of the integrated development environment is written, the project name that is example number one example in a folder. For example, patients 5-6 5-6 on the folder, the project called 5-6. Include folder place under the supporting documents. Note:  has write permission on the database to the virtual directory.  Use Notepad to write the program directly in the IE browser to run.  integrated development environment to write programs to run the following steps: 1) with the "Internet Information Services" in the site root directory create the appropriate virtual folder, for example: the cases of 5-6, to establish a name for the "5-6" virtual folders 2) the source code in the "5-6" folder all the files copied to the "5-6" virtual f
Platform: | Size: 670720 | Author: 方志明 | Hits:

[JSP/Javabrow

Description: Java版浏览器源代码(可以打开html文件) 目前实现的功能是:能访问网页,有状态栏的显示,能打开html文件。但是对html界面支持不好。 -Java version of its browser source code (you can open the html file) features currently implemented are: access to web pages, has a status display, can open the html file. However, support for poor html interface.
Platform: | Size: 2048 | Author: zy | Hits:

[CSharpMvcPsdfager15Demo3

Description: MVC3 Razor实现Ajax数据分页源码 项目描述: MvcPager分页控件是在ASP.NET MVC Web应用程序中实现分页功能的一系列扩展方法,该分页控件的最初的实现方法借鉴了网上流行的部分源代码,尤其是ScottGu的PagedList类和相关方法,经过不断完善和改进后推出的比较成熟而且功能强大的ASP.NET MVC分页解决方案。 MvcPager主要功能有: 1.实现最基本的url route分页; 2.支持手工输入或选择页索引并对输入的页索引进行有效性验证; 3.支持使用ASP.NET MVC Ajax默认的MicrosoftAjax和MicrosoftMvcAjax客户端脚本库实 现Ajax分页; 4.支持使用jQuery实现Ajax分页,生成的Html代码更精简; 5.支持Ajax分页模式下,若客户端浏览器不支持或禁用Javascript功能时安全降级为普通 分页 6.搜索引擎友好,无论是普通分页还是Ajax分页,搜索引擎都可以直接搜索到所有页面。 7.支持ASP.NET MVC 1.0、2.0和3.0 版本; 8.支持IE、Firefox、Opera、Chrome及Safari等常用浏览器; -MVC3 Razor for Ajax data page source Project Description: MvcPager paging controls in ASP.NET MVC Web application, a series of extensions to achieve paging method, the paging controls the initial implementation of some of the popular online reference source code, especially ScottGu s PagedList classes and related approach, through continuous improvement and improved launch more mature and powerful solution for ASP.NET MVC page. MvcPager main functions are: 1 to achieve the most basic url route page 2 supports manual input or select the page index and page index input validation 3. Support the use of ASP.NET MVC Ajax default MicrosoftAjax and MicrosoftMvcAjax real client script library Ajax page now 4 support the use of jQuery for Ajax page, the generated Html code more concise 5 Ajax-page mode, if the client browser does not support Javascript enabled or disabled for the ordinary when security downgraded Page 6 search engine friendly, whether ordinary or Aja
Platform: | Size: 858112 | Author: | Hits:

[JSP/Javajava_browser

Description:  打开url链接相关的网页;将网页另存为到硬盘上;网页前进;网页后退;查看网页源代码.同时此浏览器所占内存空间小,对于硬件的要求低,对于经常上网查资料的用户来说是一个不错的选择。-Open the url link  relevant web pages Will save for web pages to the disk Web progress Web back See page source code. And this browser accounts for a small memory space, for hardware requirements low, often use the Internet for the users is a quite good choice.
Platform: | Size: 2048 | Author: zzz | Hits:

[e-language31

Description: 易语言多页面之WEB浏览器源码 ,很不错的易语言源码,适合易语言爱好者学习。-The easy language page of the WEB browser source code, a very good source of easy language for easy language enthusiasts to learn.
Platform: | Size: 40960 | Author: Fer14 | Hits:

[Windows DevelopDdilllo-0[1]6i

Description: Dillo 是一个完全用C语言实现的图形化的网页浏览器,快速,而且源代码与二进制文件都非常小(小于2330k)。它是一种基于GTK+的,非常好的支持一个HTML子集(没有框架),不支持java虚拟机,与jav -Dillo is a fully implemented in C language graphical Web browser, fast, and the source code and binary files are very small (less than 2330k). It is based on GTK+ very good support for a subset of HTML (no frame), does not support java virtual machine, jav
Platform: | Size: 335872 | Author: ackchengg | Hits:

[Windows Developtkejjianna

Description: 专为各大学、函授学校和远程教育中心向学生们发布复习材料、实验素材等课件而设计的一套专用的一种基于WEB的上传、下载系统,支持包含无组件上传在内的多种上传方式。客户端脚本均使用JavaScript开发,,可可适用于包含IE、NC在内的全部支持JavaScript的浏览器。程序源码在设计上使用了多种流行的数据保护方式,如md5、登陆随机数等以保证数据的安全,其数据库不会被下载,即使数据库丢失也不会泄露密 -Designed for universities, correspondence schools and distance education centers posted to the students review material, experimental material on courseware designed a dedicated a WEB-based upload, download system support components upload, including a variety of uploads. Client script using JavaScript development, can be applied containing IE, NC, including full support JavaScript capable browser. Program source code used in the design of a variety of popular data protection, such as md5 landing random number to guarantee the security of data, the database will not be downloaded even if the database is lost and will not divulge the secret
Platform: | Size: 217088 | Author: 谨防 | Hits:

[WEB CodeSilkNavigation

Description: Silk Navigation 微软提供,为构建cross-browser 的Web应用程序,是用ASP.NET MVC3和jQuery的。 它是非常简单使用ASP.NET Web窗体构建,从而在一个相当小的,更清洁,更易于维护的代码基础。 我们将集中于以下Silk Navigation设计原则: 1.使用Ajax用来防止刷新整个页面,同时又保留了浏览器后退按钮和书签功能页面在一个特定的状态。 2.网站必须禁用了javascript Silk Navigation项目需要很多复杂的JavaScript代码来实现的第一点和大量的重复控制器和查看代码来实现的第二个点。 本源码示例使用ASP.NET Web Forms,完全不用avaScript 实现以上功能 注意: 开发环境为Visual Studio 2010-Silk Navigation provided by Microsoft for building cross-browser Web application is the use of ASP.NET MVC3 and jQuery. It is very simple to use ASP.NET Web Forms to build, resulting in a fairly small, cleaner, more maintainable code base. We will focus on the following design principles Silk Navigation: Use Ajax to prevent refresh the entire page, while retaining the browser back button and bookmarking pages in a particular state. (2) site must be disabled javascript Silk Navigation project requires a lot of complex JavaScript code to implement the first point and a lot of repetitive controller and view code to implement the second point. The source code example uses ASP.NET Web Forms, fully achieve the above functions without avaScript Note: the development environment for Visual Studio 2010
Platform: | Size: 2009088 | Author: 李泽 | Hits:

[Windows Developvbbrowsersrc

Description: 一个VB技术编写的网页浏览器源码,基于Windows平台的ieframe.dll控件库,调用的是ieframe.dll里的方法和属性编写而成的,代码也是比较简洁的,不几行代码就实现了类似IE浏览器的功能,为初学者学习VB提供示例参考-Technical writing a VB web browser source code, based on the Windows platform ieframe.dll control library, call the methods and properties inside ieframe.dll written in, the code is relatively simple, not a few lines of code to achieve a similar IE browser function to provide a reference for beginners to learn VB sample
Platform: | Size: 3072 | Author: ipudn23 | Hits:

[Internet-Networkmatch

Description: 猩球保卫战网页游戏源码,采用 HTML5/CSS/JavaScript/写的网页游戏源码,像是一款网页射击游戏,用鼠标控制准星向那些鱼射击,嘿嘿,希望本游戏源码能为htm5爱好者提供一份学习参考。请注意,本网页游戏不能在IE9以下浏览器运行,不过在火狐或Opera及Google浏览器都可以正常运行。-Planet of the Apes Battle web game source code, using HTML5/CSS/JavaScript/write web game source code, such as a web shooting game, use the mouse to control the sight of those fish to shoot, hey, I hope this game can source for htm5 lovers a study reference. Please note, this web browser game can not run IE9 below, but you can normally run Firefox or Opera and Google Chrome.
Platform: | Size: 1469440 | Author: wpudn74 | Hits:

[CSharpTSDQQ_v2014.11.28

Description: TSDQQ网址导航系统带后台 全功能 无限制 绿色实用   网址导航系统简介:   1、TSDQQ网址导航系统,是一套免费开源的ASP网站系统。适合快速建立网址导航网站的各位站长使用。本系统采用html+css架构,兼容FF,IE7及以上等主流浏览器【未测试IE6】。   2、TSDQQ网址导航系统的宗旨,纯净,简约,美观,免费,大数据随时更新。上传到主目录和任何二级目录均可以使用。   3、网站有后台,可以关闭任何已经收录的网址,简单说,网址设有置顶,关闭,套色,名站等可带来收入的选项。全站设有四个广告位,可以加载百度,google,其他广告联盟等4到7个广告代码。   4、网站前后台分离,安全稳定,防注入功能。数据库设有防下载处理。做了基本的防攻击处理。自身携带网址N多个。上传到空间即可正常使用。   5、网站无预留后门,无病毒,通过自带的程序直接可以使用。只要主机支持fso即可实现无组建全站静态。   6、全站除首页友情链接外,均带 nofollow 标签,防止传递权重。   7、源码简单明了。   8、自带数据最新收录网址N多条,并且随时同步更新!   9、上传简单设置即可显示。 -TSDQQ site navigation system with the background of full-featured unlimited green utility Introduction to the site navigation system: 1, TSDQQ site navigation system, ASP is a free open source website system. For the rapid establishment of site navigation website webmaster use. The system uses html+css framework, compatible with FF, IE7 and other mainstream browser above [not test IE6]. 2, TSDQQ site navigation system purpose, pure, simple, beautiful, free, large data update. Upload to the main directory and any two level directory can be used. 3, the site background, can close any have included a web site, simply said, web site with sticky, close, register, can bring the income option b.. The four ad position is provided with a total station, can be loaded Baidu, Google, other advertising alliance wait 4 to 7 ad code. 4, website Taiwan before and after the separation, security and stability, anti implantation function. The has downloaded defense. Do the basic attack prevention t
Platform: | Size: 986112 | Author: Wang | Hits:

[Internet-NetworkSelfBrowser

Description: 万维网的基本浏览器编写程序的源代码,可以以此为基础进行浏览器的开发!-Basic Web browser programming source code, you can as a basis for the development of the browser!
Platform: | Size: 54272 | Author: 彬彬 | Hits:

[Internet-NetworkTSDQQ_v2014.12.30

Description: 网址导航系统简介:   1、TSDQQ网址导航系统,是一套免费开源的ASP网站系统。适合快速建立网址导航网站的各位站长使用。本系统采用html+css架构,兼容FF,IE7及以上等主流浏览器【未测试IE6】。   2、TSDQQ网址导航系统的宗旨,纯净,简约,美观,免费,大数据随时更新。上传到主目录和任何二级目录均可以使用。   3、网站有后台,可以关闭任何已经收录的网址,简单说,网址设有置顶,关闭,套色,名站等可带来收入的选项。全站设有四个广告位,可以加载百度,google,其他广告联盟等4到7个广告代码。   4、网站前后台分离,安全稳定,防注入功能。数据库设有防下载处理。做了基本的防攻击处理。自身携带网址N多个。上传到空间即可正常使用。   5、网站无预留后门,无病毒,通过自带的程序直接可以使用。只要主机支持fso即可实现无组建全站静态。   6、全站除首页友情链接外,均带 nofollow 标签,防止传递权重。   7、源码简单明了。   8、自带数据最新收录网址N多条,并且随时同步更新!   9、上传简单设置即可显示。   10、由于增加了手机版,修改前台调用数据库请注意,尤其是把本程序放在二级目录的站长。 -Introduction to the site navigation system: 1, TSDQQ site navigation system, ASP is a free open source website system. For the rapid establishment of site navigation website webmaster use. The system uses html+css framework, compatible with FF, IE7 and other mainstream browser above [not test IE6]. 2, TSDQQ site navigation system purpose, pure, simple, beautiful, free, large data update. Upload to the main directory and any two level directory can be used. 3, the site background, can close any have included a web site, simply said, web site with sticky, close, register, can bring the income option b.. The four ad position is provided with a total station, can be loaded Baidu, Google, other advertising alliance wait 4 to 7 ad code. 4, website Taiwan before and after the separation, security and stability, anti implantation function. The has downloaded defense. Do the basic attack prevention treatment. Multiple N carry their own web site. Upload space can be normal use. 5, the site
Platform: | Size: 1137664 | Author: Wang | Hits:

[WEB Codeaqgwzdh_v1.2

Description: Chrome内核浏览器下网页效果极佳,适合二次修改开发的一套网址导航程序。 非常的漂亮,打开的速度也很快! 源码主要以购物网址为主,您可以很快速的修改成自己需要的! 本系列源码纯净、无插件、无广告、无弹窗、完全免费。 安装方法: 解压后上传upload内所有文件至虚拟空间即可开始测试,无需数据库支持,简单易用。 -Chrome kernel browser is an excellent web page, for the two time to modify the development of a set of Web site navigation program. Very beautiful, open the speed is also very fast! Source code mainly to the main shopping site, you can quickly modify into their own needs! This series of source, pure, no plug-ins, no ads, no popups, completely free. Installation method: After extracting all files the upload file to the virtual space can start testing, without the need for support, simple and easy to use.
Platform: | Size: 1147904 | Author: erpudn6 | Hits:

[androidHTML5

Description: 这套源码是一套非常不错的,适合广告公司、设计公司或者传媒公司做企业网站时使用,这是一套html5开发的自适应的网站源码,能够自动根据访问这的浏览器分辨率来适配终端显示,所以这套源码自己本身就相当于两个网站(电脑网站加手机网站)使用时只需要把对应的信息修改成自己的就可以。-This source code is a set of very good, suitable for advertising company, design company or media companies do enterprise web site to use. This is a HTML5 development of Adaptive Web site source code, can automatic according to access the browser resolution to fit with the terminal display, so the source code itself is to use two (computer web and mobile web) site only need to to modify the corresponding information into their own can.
Platform: | Size: 9922560 | Author: 韩欣宇 | Hits:

[JSP/JavaMyWebIE

Description: WebBrowser 控件的属性、方法和事件; 通过 WebBrowser 控件制作网页浏览器; 获取网页的源代码; 将网址添加到收藏夹; 多页面显示网页; 一个很赞的WebBrowser (C#), 界面不错。对于初步掌握-The WebBrowser control properties, methods, and events Through the WebBrowser control production web browser The source code for web page Add the url to the favorites.More page displays web pages A nice WebBrowser (c#), the interface is good.For preliminary master..The WebBrowser control properties, methods, and events Through the WebBrowser control production web browser The source code for web page Add the url to the favorites.More page displays web pages A nice WebBrowser (c#), the interface is good.For preliminary master..
Platform: | Size: 162816 | Author: Alexis | Hits:
« 1 23 »

CodeBus www.codebus.net